Overload | Description |
---|---|
AttachView<TResult>(Func<View<T>,View<TResult>>) | Includes a subquery into the incremental maintenance mechanism of a view. |
AttachView<TResult>(Object,Func<View<T>,View<TResult>>) | Includes a subquery into the incremental maintenance mechanism of a view and uniquely identifies it among other subqueries of the same view. |